home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
gyroball.swf
/
scripts
/
frame_8
/
PlaceObject2_104_219
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-22
|
318 b
|
17 lines
onClipEvent(enterFrame){
if(!_root.levelDone)
{
timer = int(60 - (getTimer() - moment) / 1000);
txtTimer = timer;
if(timer < 1)
{
_root.totalLives = 0;
_root.ballAway();
}
else if(timer == 5)
{
mcTimerBg.play();
}
}
}